Added board ESP32-S3 N16R8 Wroom with espcamera#10959
Added board ESP32-S3 N16R8 Wroom with espcamera#10959themipper wants to merge 3 commits intoadafruit:mainfrom
Conversation
… and OV3660. Support for OV2640 is included. Tested deep- and light-sleep
tannewt
left a comment
There was a problem hiding this comment.
Please post a picture of this board. I'm a little wary that it is an official espressif board.
If it is, please use a USB PID from here: https://github.com/espressif/usb-pids/blob/main/allocated-pids-espressif-devboards.txt
|
Thank you for the picture! That board isn't designed by Espressif so please change the manufacturer. You can request a PID from Espressif for it still though and then we'll merge it. I just want it to be clear who made, and (theoretically) supports the board. |
|
I will see if I can find the manufacturer and can request a PID. I assume if the seller cannot provide the manufacturer we will not be able to merge, right? |

I followed the official guide and created a fork.
Built circuitpython and my board defintion.
Flashed the board with the new firmware.
Used the pre-commit automatic checks.
Added code.py and deepsleep.py scripts to test the following functionalilties.
Everything works as expected.
Note:
What I couldn't get to work was that the board.I2C() is initialized from the start. Even when following the examples from other ESP32-S3 boards in the repository.
Initializing the camera using busio.I2C(...) works.
Code.py
Deepsleep.py